Upgraded Rails and RSpec
[monkeycharger.git] / vendor / plugins / rspec / RSpec.tmbundle / Commands / Alternate File.tmCommand
blob66b9e0c4449c998cf3d6b93c4f83340adae6d4f8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>beforeRunningCommand</key>
6 <string>nop</string>
7 <key>command</key>
8 <string>#!/usr/bin/env ruby
10 require ENV['TM_BUNDLE_SUPPORT'] + "/lib/spec/mate/switch_command"
11 Spec::Mate::SwitchCommand.new.go_to_twin(ENV['TM_PROJECT_DIRECTORY'], ENV['TM_FILEPATH'])</string>
12 <key>input</key>
13 <string>none</string>
14 <key>keyEquivalent</key>
15 <string>^$</string>
16 <key>name</key>
17 <string>Alternate File</string>
18 <key>output</key>
19 <string>showAsTooltip</string>
20 <key>scope</key>
21 <string>source.ruby, text.html.ruby</string>
22 <key>uuid</key>
23 <string>0C96C910-0A83-4AFE-AEF7-1F4882A00232</string>
24 </dict>
25 </plist>